home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / MPW-GM / MPW / Examples / CFMExamples / ModApp / ModuleSources / Clock.r < prev    next >
Encoding:
Text File  |  1998-12-03  |  412 b   |  31 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Clock.r
  3.  
  4.     Contains:    Clock tool resources.
  5.  
  6.     Written by:    Richard Clark
  7.  
  8.     Copyright:    © 1993-1994 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.             8/15/94        BLS        updated to CFM-68K runtime
  13.  
  14. */
  15.  
  16.  
  17. #include "Types.r"
  18.  
  19. resource 'MENU' (2001, "Clock") {
  20.     2001,
  21.     textMenuProc,
  22.     0x7FFFFFFF,
  23.     enabled,
  24.     "Clock",
  25.     {
  26.         "Show second hand", noIcon, noKey, noMark, plain
  27.     }
  28. };
  29.  
  30.  
  31.